home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 5 / QuickExample3.Dsr < prev    next >
Encoding:
Visual Basic Active Designer file  |  1999-08-28  |  3.5 KB  |  111 lines

  1. VERSION 5.00
  2. Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1 
  3.    ClientHeight    =   3390
  4.    ClientLeft      =   0
  5.    ClientTop       =   0
  6.    ClientWidth     =   6180
  7.    _ExtentX        =   10901
  8.    _ExtentY        =   5980
  9.    FolderFlags     =   1
  10.    TypeLibGuid     =   "{185550CA-5026-11D3-BE8B-DF1E9093E55A}"
  11.    TypeInfoGuid    =   "{185550CB-5026-11D3-BE8B-DF1E9093E55A}"
  12.    TypeInfoCookie  =   0
  13.    Version         =   4
  14.    NumConnections  =   1
  15.    BeginProperty Connection1 
  16.       ConnectionName  =   "Connection1"
  17.       ConnDispId      =   1001
  18.       SourceOfData    =   3
  19.       ConnectionSource=   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
  20.       Expanded        =   -1  'True
  21.       QuoteChar       =   96
  22.       SeparatorChar   =   46
  23.    EndProperty
  24.    NumRecordsets   =   1
  25.    BeginProperty Recordset1 
  26.       CommandName     =   "Command1"
  27.       CommDispId      =   1002
  28.       RsDispId        =   1005
  29.       CommandText     =   "SELECT * FROM Titles"
  30.       ActiveConnectionName=   "Connection1"
  31.       CommandType     =   1
  32.       IsRSReturning   =   -1  'True
  33.       NumFields       =   8
  34.       BeginProperty Field1 
  35.          Precision       =   0
  36.          Size            =   255
  37.          Scale           =   0
  38.          Type            =   200
  39.          Name            =   "Title"
  40.          Caption         =   "Title"
  41.       EndProperty
  42.       BeginProperty Field2 
  43.          Precision       =   5
  44.          Size            =   2
  45.          Scale           =   0
  46.          Type            =   2
  47.          Name            =   "Year Published"
  48.          Caption         =   "Year Published"
  49.       EndProperty
  50.       BeginProperty Field3 
  51.          Precision       =   0
  52.          Size            =   20
  53.          Scale           =   0
  54.          Type            =   200
  55.          Name            =   "ISBN"
  56.          Caption         =   "ISBN"
  57.       EndProperty
  58.       BeginProperty Field4 
  59.          Precision       =   10
  60.          Size            =   4
  61.          Scale           =   0
  62.          Type            =   3
  63.          Name            =   "PubID"
  64.          Caption         =   "PubID"
  65.       EndProperty
  66.       BeginProperty Field5 
  67.          Precision       =   0
  68.          Size            =   50
  69.          Scale           =   0
  70.          Type            =   200
  71.          Name            =   "Description"
  72.          Caption         =   "Description"
  73.       EndProperty
  74.       BeginProperty Field6 
  75.          Precision       =   0
  76.          Size            =   50
  77.          Scale           =   0
  78.          Type            =   200
  79.          Name            =   "Notes"
  80.          Caption         =   "Notes"
  81.       EndProperty
  82.       BeginProperty Field7 
  83.          Precision       =   0
  84.          Size            =   50
  85.          Scale           =   0
  86.          Type            =   200
  87.          Name            =   "Subject"
  88.          Caption         =   "Subject"
  89.       EndProperty
  90.       BeginProperty Field8 
  91.          Precision       =   0
  92.          Size            =   1073741824
  93.          Scale           =   0
  94.          Type            =   201
  95.          Name            =   "Comments"
  96.          Caption         =   "Comments"
  97.       EndProperty
  98.       NumGroups       =   0
  99.       ParamCount      =   0
  100.       RelationCount   =   0
  101.       AggregateCount  =   0
  102.    EndProperty
  103. End
  104. Attribute VB_Name = "DataEnvironment1"
  105. Attribute VB_GlobalNameSpace = False
  106. Attribute VB_Creatable = True
  107. Attribute VB_PredeclaredId = True
  108. Attribute VB_Exposed = False
  109. Option Explicit
  110.  
  111.